NevronOpenVision
Nevron.Nov.DataStructures Namespace / NQueue<T> Class
Fields Properties Methods


NQueue<T> Class Members

The following tables list the members exposed by NQueue<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public MethodRemoves and returns the item at the beginning of the queue.  
Public MethodEnqueue (appends) the item at the end of the queue.  
Public MethodReturns the first item of the queue without removing it.  
Top
See Also